home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1986, 1987 Pat Joseph Monardo. All rights reserved.
- * Copying of this file is granted according to the provisions
- * specified in the file COPYING which must accompany this file.
- */
-
-
- /*
- * mathlist.h
- */
-
- #define ABOVE_CODE 0
- #define OVER_CODE 1
- #define ATOP_CODE 2
- #define DELIMITED_CODE 3
-
- int init_math();
- int start_eq_no();
- int scan_math();
- int set_math_char();
- int math_limit_switch();
- int scan_delimiter();
- int math_radical();
- int math_ac();
- int append_choices();
- int build_choices();
- int sub_sup();
- int math_fraction();
- ptr fin_mlist();
- int math_left_right();
- int after_math();
- int resume_after_display();
-